Kaydet (Commit) 14d9d747 authored tarafından Tor Lillqvist's avatar Tor Lillqvist Kaydeden (comit) Tor Lillqvist

Deduplication of lcl_HasOnlyControls for disable-dynlinking

Change-Id: I56a9da0493fdbee7bff4d342d5e29a83ce289530
üst abba52d5
...@@ -281,7 +281,7 @@ ScDrawTransferObj* ScDrawTransferObj::GetOwnClipboard( Window* ) ...@@ -281,7 +281,7 @@ ScDrawTransferObj* ScDrawTransferObj::GetOwnClipboard( Window* )
return pObj; return pObj;
} }
sal_Bool lcl_HasOnlyControls( SdrModel* pModel ) static sal_Bool lcl_HasOnlyControls( SdrModel* pModel )
{ {
sal_Bool bOnlyControls = false; // default if there are no objects sal_Bool bOnlyControls = false; // default if there are no objects
......
...@@ -356,7 +356,7 @@ void SdTransferable::CreateData() ...@@ -356,7 +356,7 @@ void SdTransferable::CreateData()
// ----------------------------------------------------------------------------- // -----------------------------------------------------------------------------
sal_Bool lcl_HasOnlyControls( SdrModel* pModel ) static sal_Bool lcl_HasOnlyControls( SdrModel* pModel )
{ {
sal_Bool bOnlyControls = sal_False; // default if there are no objects sal_Bool bOnlyControls = sal_False; // default if there are no objects
......
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