diff options
Diffstat (limited to 'forms')
-rw-r--r-- | forms/source/richtext/clipboarddispatcher.cxx | 2 | ||||
-rw-r--r-- | forms/source/richtext/parametrizedattributedispatcher.cxx | 2 | ||||
-rw-r--r-- | forms/source/richtext/richtextimplcontrol.cxx | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/forms/source/richtext/clipboarddispatcher.cxx b/forms/source/richtext/clipboarddispatcher.cxx index 09cbdbc5039d..00d5adeeeb9b 100644 --- a/forms/source/richtext/clipboarddispatcher.cxx +++ b/forms/source/richtext/clipboarddispatcher.cxx @@ -38,7 +38,7 @@ namespace frm namespace { - static URL createClipboardURL( OClipboardDispatcher::ClipboardFunc _eFunc ) + URL createClipboardURL( OClipboardDispatcher::ClipboardFunc _eFunc ) { URL aURL; switch ( _eFunc ) diff --git a/forms/source/richtext/parametrizedattributedispatcher.cxx b/forms/source/richtext/parametrizedattributedispatcher.cxx index 47fe59a182a3..607cba973d84 100644 --- a/forms/source/richtext/parametrizedattributedispatcher.cxx +++ b/forms/source/richtext/parametrizedattributedispatcher.cxx @@ -53,7 +53,7 @@ namespace frm namespace { - static SfxSlotId lcl_normalizeLatinScriptSlotId( SfxSlotId _nSlotId ) + SfxSlotId lcl_normalizeLatinScriptSlotId( SfxSlotId _nSlotId ) { switch ( _nSlotId ) { diff --git a/forms/source/richtext/richtextimplcontrol.cxx b/forms/source/richtext/richtextimplcontrol.cxx index 24c5b0492214..6bb684994acb 100644 --- a/forms/source/richtext/richtextimplcontrol.cxx +++ b/forms/source/richtext/richtextimplcontrol.cxx @@ -543,7 +543,7 @@ namespace frm namespace { - static void lcl_inflate( Rectangle& _rRect, long _nInflateX, long _nInflateY ) + void lcl_inflate( Rectangle& _rRect, long _nInflateX, long _nInflateY ) { _rRect.Left() -= _nInflateX; _rRect.Right() += _nInflateX; |