Kaydet (Commit) db3d5515 authored tarafından Rahul Gurung's avatar Rahul Gurung Kaydeden (comit) Markus Mohrhard

fix typo

i had mistakenly wrote
wrong modules which is
fixed in this patch

Change-Id: I2747810f449b245b29288cf48cecd6e319df7c6a
Reviewed-on: https://gerrit.libreoffice.org/60545
Tested-by: Jenkins
Reviewed-by: 's avatarMarkus Mohrhard <markus.mohrhard@googlemail.com>
üst 3208fcb3
......@@ -7,8 +7,8 @@
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
*/
#ifndef INCLUDED_TEST_TABLE_XCHILD_HXX
#define INCLUDED_TEST_TABLE_XCHILD_HXX
#ifndef INCLUDED_TEST_CONTAINER_XCHILD_HXX
#define INCLUDED_TEST_CONTAINER_XCHILD_HXX
#include <com/sun/star/uno/XInterface.hpp>
#include <com/sun/star/uno/Reference.hxx>
......@@ -29,6 +29,6 @@ protected:
};
}
#endif // INCLUDED_TEST_TABLE_XCHILD_HXX
#endif // INCLUDED_TEST_CONTAINER_XCHILD_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab cinoptions=b1,g0,N-s cinkeys+=0=break: */
......@@ -7,8 +7,8 @@
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
*/
#ifndef INCLUDED_TEST_TABLE_XMERGEABLE_HXX
#define INCLUDED_TEST_TABLE_XMERGEABLE_HXX
#ifndef INCLUDED_TEST_UTIL_XMERGEABLE_HXX
#define INCLUDED_TEST_UTIL_XMERGEABLE_HXX
#include <com/sun/star/uno/XInterface.hpp>
#include <com/sun/star/uno/Reference.hxx>
......@@ -29,6 +29,6 @@ protected:
};
}
#endif // INCLUDED_TEST_TABLE_XMERGEABLE_HXX
#endif // INCLUDED_TEST_UTIL_XMERGEABLE_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab cinoptions=b1,g0,N-s cinkeys+=0=break: */
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