Kaydet (Commit) 1c84d69b authored tarafından Tor Lillqvist's avatar Tor Lillqvist

Make a function static for deduplication in the DISABLE_DYNLOADING case

Change-Id: Ib05f7b3b9b66f9e1c0b619e6a8b14e253d1adbb7
üst 925b118a
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment