Kaydet (Commit) 0de1e3a0 authored tarafından Michael Stahl's avatar Michael Stahl

remove spurious com::sun::star::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
üst 93011580
......@@ -4753,7 +4753,7 @@ sal_Int16 OSQLParser::buildComparsionRule(OSQLParseNode*& pAppend,OSQLParseNode*
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");
OSQLParseNode* pTemp = pLiteral;
OUStringBuffer aValue(pLiteral->getChild(0)->getTokenValue());
......
......@@ -488,7 +488,7 @@ void SAL_CALL OInterfaceContainer::write( const Reference< XObjectOutputStream >
_rxOutStream->writeObject(xObj);
else
{
// ::com::sun::star::chaos::Error
// Error
}
}
......
......@@ -120,9 +120,9 @@ namespace connectivity
// or OUString in case of
// OUString, INT, etc.
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())
// ::com::sun::star::chaos::Rule IDs and Token IDs can't
// Rule IDs and Token IDs can't
// be distinguished by their values,
// IsRule has to be used for that!
public:
......
......@@ -496,7 +496,7 @@ void SfxDispatcher::Pop
}
else
{
// Remember ::com::sun::star::chaos::Action
// Remember Action
pImp->aToDoStack.push_front( SfxToDo_Impl(bPush, bDelete, bUntil, rShell) );
if (pImp->bFlushed)
{
......
......@@ -877,7 +877,7 @@ public:
// From now on this interface has to be used for Flys.
// 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.
/* new parameter bCalledFromShell
......@@ -1359,7 +1359,7 @@ public:
sal_uInt16 FindNumRule( 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 bBroadcast = false);
bool DelNumRule( const OUString& rName, bool bBroadCast = false );
......
......@@ -189,7 +189,7 @@ protected:
SwRect maVisArea; ///< The modern version of VisArea.
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.
bool mbSelectAll; ///< Special select all mode: whole document selected, even if doc starts with table.
......
......@@ -234,7 +234,7 @@ void UnoWrapper::WindowDestroyed( Window* pWindow )
pChild = pNextChild;
}
// ::com::sun::star::chaos::System-Windows suchen...
// System-Windows suchen...
Window* pOverlap = pWindow->GetWindow( WINDOW_OVERLAP );
if ( pOverlap )
{
......
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