summaryrefslogtreecommitdiff
path: root/sw/source/ui/vba/vbaselection.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/ui/vba/vbaselection.hxx')
-rw-r--r--sw/source/ui/vba/vbaselection.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sw/source/ui/vba/vbaselection.hxx b/sw/source/ui/vba/vbaselection.hxx
index 7c86753d9340..322804fe0fd5 100644
--- a/sw/source/ui/vba/vbaselection.hxx
+++ b/sw/source/ui/vba/vbaselection.hxx
@@ -50,9 +50,9 @@ private:
/// @throws css::uno::RuntimeException
void GetSelectedCellRange( OUString& sTLName, OUString& sBRName );
/// @throws css::uno::RuntimeException
- css::uno::Reference< css::text::XTextTable > GetXTextTable();
+ css::uno::Reference< css::text::XTextTable > GetXTextTable() const;
/// @throws css::uno::RuntimeException
- bool IsInTable();
+ bool IsInTable() const;
/// @throws css::uno::RuntimeException
bool HasSelection();