diff options
author | Tor Lillqvist <tml@iki.fi> | 2012-10-01 16:41:50 +0300 |
---|---|---|
committer | Tor Lillqvist <tml@iki.fi> | 2012-10-11 10:07:07 +0300 |
commit | 1c84d69b18abebb141119810f4f3e47378765753 (patch) | |
tree | e27cbec4f1447fe3def2a4d038567ec02245479d /starmath/source | |
parent | 925b118a263885fc35ba7036c6d4cb3c0f18fae0 (diff) |
Make a function static for deduplication in the DISABLE_DYNLOADING case
Change-Id: Ib05f7b3b9b66f9e1c0b619e6a8b14e253d1adbb7
Diffstat (limited to 'starmath/source')
-rw-r--r-- | starmath/source/accessibility.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/starmath/source/accessibility.cxx b/starmath/source/accessibility.cxx index 39c5d3acdc9e..331790a606e0 100644 --- a/starmath/source/accessibility.cxx +++ b/starmath/source/accessibility.cxx @@ -1123,7 +1123,7 @@ void SmTextForwarder::FieldClicked(const SvxFieldItem&, sal_uInt16, sal_uInt16) { } -sal_uInt16 GetSvxEditEngineItemState( EditEngine& rEditEngine, const ESelection& rSel, sal_uInt16 nWhich ) +static sal_uInt16 GetSvxEditEngineItemState( EditEngine& rEditEngine, const ESelection& rSel, sal_uInt16 nWhich ) { std::vector<EECharAttrib> aAttribs; |