summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2010-11-25 11:16:15 +0000
committerCaolán McNamara <caolanm@redhat.com>2010-11-25 16:01:05 +0000
commit968f56bffd6c309d1335eb0e21902a81cf80b591 (patch)
treef230dedacde99ff9d0bf94c7820bb7f0c5d70377
parenta7820b6a67ae970ec6d518cab5f0a7e517a69142 (diff)
remove empty method
-rw-r--r--sfx2/source/doc/guisaveas.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sfx2/source/doc/guisaveas.cxx b/sfx2/source/doc/guisaveas.cxx
index 52ca3f51037b..314c6825754f 100644
--- a/sfx2/source/doc/guisaveas.cxx
+++ b/sfx2/source/doc/guisaveas.cxx
@@ -272,7 +272,7 @@ public:
::comphelper::SequenceAsHashMap& GetMediaDescr() { return m_aMediaDescrHM; }
- sal_Bool IsRecommendReadOnly() { return m_bRecommendReadOnly; }
+ sal_Bool IsRecommendReadOnly() const { return m_bRecommendReadOnly; }
const ::comphelper::SequenceAsHashMap& GetDocProps();