diff options
author | Caolán McNamara <caolanm@redhat.com> | 2010-11-25 11:16:15 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2010-11-25 16:01:05 +0000 |
commit | 968f56bffd6c309d1335eb0e21902a81cf80b591 (patch) | |
tree | f230dedacde99ff9d0bf94c7820bb7f0c5d70377 | |
parent | a7820b6a67ae970ec6d518cab5f0a7e517a69142 (diff) |
remove empty method
-rw-r--r-- | sfx2/source/doc/guisaveas.cxx | 2 |
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(); |