summaryrefslogtreecommitdiff
path: root/starmath/source/rect.cxx
diff options
context:
space:
mode:
authorThomas Lange <tl@openoffice.org>2009-09-28 10:46:54 +0000
committerThomas Lange <tl@openoffice.org>2009-09-28 10:46:54 +0000
commit47889e229cd51dd8a019d41dace6572e84771d18 (patch)
tree4e310b93a5b5c80cce183a139003be86f86121c4 /starmath/source/rect.cxx
parent46f1a498f70bbed831ae1e01a3a016a26f298eba (diff)
158766 avoid duplicating symbols in the catalog
Diffstat (limited to 'starmath/source/rect.cxx')
-rw-r--r--starmath/source/rect.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/starmath/source/rect.cxx b/starmath/source/rect.cxx
index 0718be8ffd37..1a2a6a408a59 100644
--- a/starmath/source/rect.cxx
+++ b/starmath/source/rect.cxx
@@ -719,7 +719,7 @@ BOOL SmGetGlyphBoundRect(const OutputDevice &rDev,
{
// since we format for the printer (where GetTextBoundRect will fail)
// we need a virtual device here.
- pGlyphDev = &SM_MOD1()->GetDefaultVirtualDev();
+ pGlyphDev = &SM_MOD()->GetDefaultVirtualDev();
}
const FontMetric aDevFM (rDev.GetFontMetric());