[Libreoffice-commits] core.git: basctl/source
Caolán McNamara
caolanm at redhat.com
Wed Jan 1 10:24:32 PST 2014
basctl/source/basicide/moduldlg.hxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 9210cde1ea5de8c4cceb00a7d825c046e63e60d0
Author: Caolán McNamara <caolanm at redhat.com>
Date: Wed Jan 1 18:23:45 2014 +0000
const this up
Change-Id: Id4b832b04368627a7df243c881ac203d1d2a0140
diff --git a/basctl/source/basicide/moduldlg.hxx b/basctl/source/basicide/moduldlg.hxx
index 1bac300..abd91fb 100644
--- a/basctl/source/basicide/moduldlg.hxx
+++ b/basctl/source/basicide/moduldlg.hxx
@@ -91,7 +91,7 @@ private:
public:
ExportDialog( Window * pParent );
- bool isExportAsPackage () { return mbExportAsPackage; }
+ bool isExportAsPackage () const { return mbExportAsPackage; }
};
More information about the Libreoffice-commits
mailing list