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:
committed by
Stephan Bergmann
parent
9a13cff647
commit
ce549d2a09
@@ -38,7 +38,7 @@ namespace frm
|
||||
|
||||
namespace
|
||||
{
|
||||
static URL createClipboardURL( OClipboardDispatcher::ClipboardFunc _eFunc )
|
||||
URL createClipboardURL( OClipboardDispatcher::ClipboardFunc _eFunc )
|
||||
{
|
||||
URL aURL;
|
||||
switch ( _eFunc )
|
||||
|
@@ -53,7 +53,7 @@ namespace frm
|
||||
|
||||
namespace
|
||||
{
|
||||
static SfxSlotId lcl_normalizeLatinScriptSlotId( SfxSlotId _nSlotId )
|
||||
SfxSlotId lcl_normalizeLatinScriptSlotId( SfxSlotId _nSlotId )
|
||||
{
|
||||
switch ( _nSlotId )
|
||||
{
|
||||
|
@@ -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;
|
||||
|
Reference in New Issue
Block a user