diff options
Diffstat (limited to 'include/sfx2/lnkbase.hxx')
-rw-r--r-- | include/sfx2/lnkbase.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/sfx2/lnkbase.hxx b/include/sfx2/lnkbase.hxx index ceca0fd2aeab..339c8032ccb8 100644 --- a/include/sfx2/lnkbase.hxx +++ b/include/sfx2/lnkbase.hxx @@ -164,7 +164,7 @@ public: // #i88291# void clearStreamToLoadFrom(); - inline bool WasLastEditOK() const { return bWasLastEditOK; } + bool WasLastEditOK() const { return bWasLastEditOK; } FileDialogHelper & GetInsertFileDialog(const OUString& rFactory) const; }; |