remove spurious com::sun::chaos

Apparently some time before inital CVS import a global
search-and-replace went horribly wrong and added spurious namespace
prefixes everywhere.

Change-Id: I4009bc3ab4b1d4c80412f75ad0e4628a382f99f0
This commit is contained in:
Michael Stahl
2014-06-25 14:04:25 +02:00
parent 93011580b7
commit 0de1e3a015
7 changed files with 9 additions and 9 deletions

View File

@@ -4753,7 +4753,7 @@ sal_Int16 OSQLParser::buildComparsionRule(OSQLParseNode*& pAppend,OSQLParseNode*
void OSQLParser::reduceLiteral(OSQLParseNode*& pLiteral, bool bAppendBlank) void OSQLParser::reduceLiteral(OSQLParseNode*& pLiteral, bool bAppendBlank)
{ {
OSL_ENSURE(pLiteral->isRule(), "This is no ::com::sun::star::chaos::Rule"); OSL_ENSURE(pLiteral->isRule(), "This is no Rule");
OSL_ENSURE(pLiteral->count() == 2, "OSQLParser::ReduceLiteral() Invalid count"); OSL_ENSURE(pLiteral->count() == 2, "OSQLParser::ReduceLiteral() Invalid count");
OSQLParseNode* pTemp = pLiteral; OSQLParseNode* pTemp = pLiteral;
OUStringBuffer aValue(pLiteral->getChild(0)->getTokenValue()); OUStringBuffer aValue(pLiteral->getChild(0)->getTokenValue());

View File

@@ -488,7 +488,7 @@ void SAL_CALL OInterfaceContainer::write( const Reference< XObjectOutputStream >
_rxOutStream->writeObject(xObj); _rxOutStream->writeObject(xObj);
else else
{ {
// ::com::sun::star::chaos::Error // Error
} }
} }

View File

@@ -120,9 +120,9 @@ namespace connectivity
// or OUString in case of // or OUString in case of
// OUString, INT, etc. // OUString, INT, etc.
SQLNodeType m_eNodeType; // see above SQLNodeType m_eNodeType; // see above
sal_uInt32 m_nNodeID; // ::com::sun::star::chaos::Rule ID (if IsRule()) sal_uInt32 m_nNodeID; // Rule ID (if IsRule())
// or Token ID (if !IsRule()) // or Token ID (if !IsRule())
// ::com::sun::star::chaos::Rule IDs and Token IDs can't // Rule IDs and Token IDs can't
// be distinguished by their values, // be distinguished by their values,
// IsRule has to be used for that! // IsRule has to be used for that!
public: public:

View File

@@ -496,7 +496,7 @@ void SfxDispatcher::Pop
} }
else else
{ {
// Remember ::com::sun::star::chaos::Action // Remember Action
pImp->aToDoStack.push_front( SfxToDo_Impl(bPush, bDelete, bUntil, rShell) ); pImp->aToDoStack.push_front( SfxToDo_Impl(bPush, bDelete, bUntil, rShell) );
if (pImp->bFlushed) if (pImp->bFlushed)
{ {

View File

@@ -877,7 +877,7 @@ public:
// From now on this interface has to be used for Flys. // From now on this interface has to be used for Flys.
// pAnchorPos must be set, if they are not attached to pages AND // pAnchorPos must be set, if they are not attached to pages AND
// ::com::sun::star::chaos::Anchor is not already set at valid CntntPos // Anchor is not already set at valid CntntPos
// in FlySet/FrmFmt. // in FlySet/FrmFmt.
/* new parameter bCalledFromShell /* new parameter bCalledFromShell
@@ -1359,7 +1359,7 @@ public:
sal_uInt16 FindNumRule( const OUString& rName ) const; sal_uInt16 FindNumRule( const OUString& rName ) const;
SwNumRule* FindNumRulePtr( const OUString& rName ) const; SwNumRule* FindNumRulePtr( const OUString& rName ) const;
// Deletion only possible if ::com::sun::star::chaos::Rule is not used! // Deletion only possible if Rule is not used!
bool RenameNumRule(const OUString & aOldName, const OUString & aNewName, bool RenameNumRule(const OUString & aOldName, const OUString & aNewName,
bool bBroadcast = false); bool bBroadcast = false);
bool DelNumRule( const OUString& rName, bool bBroadCast = false ); bool DelNumRule( const OUString& rName, bool bBroadCast = false );

View File

@@ -189,7 +189,7 @@ protected:
SwRect maVisArea; ///< The modern version of VisArea. SwRect maVisArea; ///< The modern version of VisArea.
SwDoc *mpDoc; ///< The document; never 0. SwDoc *mpDoc; ///< The document; never 0.
sal_uInt16 mnStartAction; ///< != 0 if at least one ::com::sun::star::chaos::Action is active. sal_uInt16 mnStartAction; ///< != 0 if at least one Action is active.
sal_uInt16 mnLockPaint; ///< != 0 if Paint is locked. sal_uInt16 mnLockPaint; ///< != 0 if Paint is locked.
bool mbSelectAll; ///< Special select all mode: whole document selected, even if doc starts with table. bool mbSelectAll; ///< Special select all mode: whole document selected, even if doc starts with table.

View File

@@ -234,7 +234,7 @@ void UnoWrapper::WindowDestroyed( Window* pWindow )
pChild = pNextChild; pChild = pNextChild;
} }
// ::com::sun::star::chaos::System-Windows suchen... // System-Windows suchen...
Window* pOverlap = pWindow->GetWindow( WINDOW_OVERLAP ); Window* pOverlap = pWindow->GetWindow( WINDOW_OVERLAP );
if ( pOverlap ) if ( pOverlap )
{ {