diff options
Diffstat (limited to 'starmath/source/document.cxx')
-rw-r--r-- | starmath/source/document.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/starmath/source/document.cxx b/starmath/source/document.cxx index 150e748cf782..0ff0caa9b55f 100644 --- a/starmath/source/document.cxx +++ b/starmath/source/document.cxx @@ -1272,7 +1272,7 @@ void SmDocShell::Draw(OutputDevice *pDevice, DrawFormula(*pDevice, atmppoint); } -SfxItemPool& SmDocShell::GetPool() const +SfxItemPool& SmDocShell::GetPool() { return SfxGetpApp()->GetPool(); } |