tdf#97966: Remove 'static' keywords

Change-Id: Iced527f48afa828cc9acf5b6461674a2706cbcd7
Reviewed-on: https://gerrit.libreoffice.org/23135
Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
Tested-by: Stephan Bergmann <sbergman@redhat.com>
This commit is contained in:
Wastack
2016-03-11 01:07:08 +01:00
committed by Stephan Bergmann
parent 9a13cff647
commit ce549d2a09
10 changed files with 14 additions and 14 deletions

View File

@@ -38,7 +38,7 @@ namespace frm
namespace
{
static URL createClipboardURL( OClipboardDispatcher::ClipboardFunc _eFunc )
URL createClipboardURL( OClipboardDispatcher::ClipboardFunc _eFunc )
{
URL aURL;
switch ( _eFunc )

View File

@@ -53,7 +53,7 @@ namespace frm
namespace
{
static SfxSlotId lcl_normalizeLatinScriptSlotId( SfxSlotId _nSlotId )
SfxSlotId lcl_normalizeLatinScriptSlotId( SfxSlotId _nSlotId )
{
switch ( _nSlotId )
{

View File

@@ -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;