summaryrefslogtreecommitdiff
path: root/sw/source/core/edit/edattr.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/core/edit/edattr.cxx')
-rw-r--r--sw/source/core/edit/edattr.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sw/source/core/edit/edattr.cxx b/sw/source/core/edit/edattr.cxx
index 6d9bcab5fcc8..36e401a2e4c6 100644
--- a/sw/source/core/edit/edattr.cxx
+++ b/sw/source/core/edit/edattr.cxx
@@ -55,7 +55,7 @@
// if selection is bigger as max nodes or more than max selections
// => no attributes
-static inline sal_uInt16 getMaxLookup()
+static sal_uInt16 getMaxLookup()
{
return 1000;
}
@@ -548,7 +548,7 @@ void SwEditShell::MoveLeftMargin( bool bRight, bool bModulus )
EndAllAction();
}
-static inline SvtScriptType lcl_SetScriptFlags( sal_uInt16 nType )
+static SvtScriptType lcl_SetScriptFlags( sal_uInt16 nType )
{
switch( nType )
{